home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / storex44.zip / STRUTIL.DOC < prev    next >
Text File  |  1992-07-15  |  4KB  |  111 lines

  1.  
  2.                                   STRUTIL 1.2
  3.                                Richard Paquette
  4.                                   PO Box 416
  5.                              Mt. Laurel, NJ 08054
  6.  
  7.                               (C) Copyright 1992
  8.                               All Rights Reserved
  9.  
  10.  FILES
  11.  
  12.  The following files are packaged with STRUTIL.ZIP
  13.  
  14.  Strutil.exe   <--- executable program (MUST BE IN SAME DIR AS STORE PROGRAM)
  15.  Strutil.doc   <--- You are reading it right now
  16.         
  17.  NOTE: If you are haven't registered LIVESTORE, then any Text files
  18.  you create will be saved BUT not used because the LIVESTORE is limited to
  19.  handle 3 departments until it is registered.
  20.  
  21.  NOTE: STRUTIL.EXE requires the presence of BRUN45.EXE either in the
  22.  same directory as STRUTIL or accessible via PATH. If you set
  23.  your library in autoexec.bat and all the brun files there,
  24.  then you have no problems.. 
  25.  
  26.  SET MYLIB = C:\MYLIB
  27.  
  28.  Be sure to put all your brun*.exe files in the mylib directory!
  29.  also be sure to have the brt71efr.exe file there for the Storex
  30.  program to operate correctly.
  31.  
  32.  NEED FOR STRUTIL.EXE
  33.  
  34.  If you intend to run STOREX v?.? then you will need this utility to create
  35.  your sales information files. They are now "Random Access" files which lets
  36.  us pick up all the sales information without buyer intervention.
  37.  
  38.  All the caller/buyer needs to do is pick which record they are buying and
  39.  give us there name and address, credit card info etc.. and we pick up the
  40.  entire order from the record number in the "Random Access" file that this
  41.  utility will help you create.
  42.  
  43.  The menu is fairly simple to understand....
  44.  
  45.  First choice is to:
  46.  
  47.     View CFG file - Write or Re-Write CFG file 
  48.   
  49.     a: When viewing CFG file, the program defaults to storex.cfg
  50.     b: When editing an existing CFG file, we look for storex.cfg
  51.  
  52.  Second choice is to:
  53.  
  54.     View NDX file - Write or Re-Write NDX file
  55.  
  56.     a: Store.ndx file holds the names of the Random files for each dept.
  57.     b: Editing the file is simply changing the names of the dept files.
  58.  
  59.  Third choice is to:
  60.  
  61.     List TXT Files - View a TXT file - Write or Re-Write a TXT file
  62.  
  63.     a: Listing TXT files comes from reading your store.ndx file
  64.     b: Viewing TXT file comes from the existing *.txt that you create
  65.        with this program.
  66.     c: Write or Re-Writing the TXT file allows you to add more sales 
  67.        info records into each department's TXT files.
  68.  
  69.  Fourth choice is to:
  70.   
  71.     List LOG file - Delete Log File
  72.  
  73.     a: The store creates a log file of each visitor which you can view
  74.     b: Deleting the file creates no problem because the STore will create
  75.        one when the next caller visits.
  76.  
  77.  Fifth choice is to:
  78.  
  79.     View order file - Delete Order file
  80.  
  81.     a: Store creates a file called STORE.ORD and you can view this file
  82.        anytime without any problem.
  83.     b: Deleting this file means you have no record on any existing orders
  84.        so we suggest that you print the file prior to deleting it!
  85.  
  86.  Sixth choice is to:
  87.  
  88.     Get out of this program..
  89.  
  90.     a: Simple enough right!
  91.  
  92.  NOTE: The "Random Access" file consists of six fields.. listed below:
  93.  
  94.  1. StockNumber allowing: 12 characters
  95.  2. ItemName    allowing: 40 characters
  96.  3. ModelNumber allowing: 20 characters
  97.  4. Description allowing: 60 characters
  98.  5. Description allowing: 60 characters
  99.  6. ItemPrice   allowing: 10 characters
  100.  
  101.  All future updates of strutil.exe will stick to these fields.. we will only
  102.  consider adding fields should enough people convince us that they are needed.
  103.  We will NOT change the current fields nor delete any.. so any files that you
  104.  create now will be good even if we add fields. Should fields be added, we
  105.  will supply an option at that time to convert all current files to the new
  106.  field format..
  107.  
  108.  Any problems can be reported to The Livewire BBS 609-235-5297 or if you are
  109.  a registered sysop or member call 609-866-2551.
  110.  
  111.